home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Demos
/
Component Software
/
FileFlex 2.0.3.sit
/
FileFlex 2.0.3
/
FileFlex-Director
/
FileFlex Xtras
/
-Validation Suite
/
00015_about.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-21
|
368 b
|
15 lines
on mouseUp
if the machineType = 256 then
set theAbout to the moviePath & "-FFABOU.DIR"
set the windowType of window theAbout to 4
else
set theAbout to the moviePath & "-About FileFlex"
end if
tell the stage
puppetPalette("System - Mac")
end tell
set the title of window theAbout to "About FileFlex"
open(window theAbout)
cursor(-1)
end